The following tables list the members exposed by RasterCollection<T>.
Name | Description | |
---|---|---|
![]() | RasterCollection<T> Constructor | Creates a new instance of RasterCollection<T> with default settings. Supported in Silverlight, Windows Phone 7 |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of items in the collection. Supported in Silverlight, Windows Phone 7 |
![]() | IsReadOnly | Specifies whether or not the collection is Read Only. Supported in Silverlight, Windows Phone 7 |
![]() | Item | Gets and sets the item at the specified index from within the collection. |
Name | Description | |
---|---|---|
![]() | Add | Adds the specified item to the end of the collection. |
![]() | AddRange | Adds the elements of an System.Collections.ICollection to the end of the collection. |
![]() | BringToFront | Brings the specified item forward in the collection. |
![]() | Clear | Removes all items from the collection. Supported in Silverlight, Windows Phone 7 |
![]() | Contains | Determines whether or not the specified item is contained in the collection. |
![]() | CopyTo | Copies all the elements of the collection to the specified one-dimensional array starting at the specified destination array index. |
![]() | DisableEvents | Called to disable raising the ItemAdded and ItemRemoved events. Supported in Silverlight, Windows Phone 7 |
![]() | EnableEvents | Called to enable raising the ItemAdded and ItemRemoved events. Supported in Silverlight, Windows Phone 7 |
![]() | GetEnumerator | Returns a generic enumerator that can iterate through the RasterCollection<T>. Supported in Silverlight, Windows Phone 7 |
![]() | IndexOf | Returns the index of the specified item if it is found in the collection. |
![]() | Insert | Inserts the specified item at the specified index. |
![]() | Remove | Removes the specified item. |
![]() | RemoveAt | Removes the item from the specified index. Supported in Silverlight, Windows Phone 7 |
![]() | SendToBack | Sends the specified item back in the collection. |
Name | Description | |
---|---|---|
![]() | OnItemAdded | Raises the ItemAdded event. |
![]() | OnItemRemoved | Raises the ItemRemoved event. |
Name | Description | |
---|---|---|
![]() | ItemAdded | Occurs when an item is added to the collection. Supported in Silverlight, Windows Phone 7 |
![]() | ItemRemoved | Occurs when an item is removed from the collection. Supported in Silverlight, Windows Phone 7 |